-
Notifications
You must be signed in to change notification settings - Fork 2k
Add keyboard models to the setup guide #4117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
(and tidy up some of the "all models" usage)
@@ -142,10 +139,11 @@ All variants of the Raspberry Pi 1, 2, 3, and 4 include a 3.5mm auxiliary http:/ | |||
The following Raspberry Pi models come with Wi-Fi and Bluetooth connectivity: | |||
|
|||
* Flagship models since Raspberry Pi 3 Model B | |||
* All Keyboard models | |||
* All Zero W models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need Zero 2 in here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#zero-series lumps in the Zero 2 with "Zero series" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps "All Zero W series models."
But adding a second line for Zero 2 is minimal effort and a lot clearer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at it again, the full list says:
The following Raspberry Pi models come with Wi-Fi and Bluetooth connectivity:
- Flagship models since Raspberry Pi 3 Model B
- All Keyboard models
- All Zero W models
- All Pico W models
- Compute Modules configured with wireless (available since CM4)
So if we were to add a separate entry for Zero 2 W (rather than assuming that "All Zero W models" covers it), that sort of implies that we'd also need to create a separate entry for Pico 2 W? And IMHO that's beyond the scope of this PR, so that should probably be discussed in a separate PR / issue.
No description provided.